02. Previous Material

Previous Material

This section will occasionally refer to two sections in the Extracurricular Material . However, you don't need to go through these sections to understand this material.

  • Sentiment Analysis with Andrew Trask : In this section/notebook, Andrew Trask (the author of Grokking Deep Learning) works out the IMDB example in detail by building a neural network in numpy.

  • Sentiment Prediction RNN : In this section, Mat Leonard builds a Recurrent Neural Network for sentiment analysis on TensorFlow.